Load

class Load(val world: World) : WorldEvent(source)

Called in correspondence with net.minecraft.client.Minecraft.loadWorld if net.minecraft.client.multiplayer.WorldClient is not null. Therefore, Load is called by the EventBus only in the event that a client loads a new world. Whether that be a server connection, or a singleplayer world.

Constructors

Link copied to clipboard
constructor(world: World)

Properties

Link copied to clipboard
val world: World